// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['New York City Ballet: Classic NYCB I','David H. Koch Theater','New York, NY','Saturday','5/4/2024','8:00 PM','5687704','New-York-City-Ballet--Classic-NYCB-I-5-4-2024'],['Giselle','Meydenbauer Center','Bellevue, WA','Sunday','5/5/2024','2:00 PM','6313943','Giselle-5-5-2024'],['New York City Ballet: Classic NYCB I','David H. Koch Theater','New York, NY','Tuesday','5/7/2024','7:30 PM','5687790','New-York-City-Ballet--Classic-NYCB-I-5-7-2024'],['The Book Of Mormon','Classic Center Theatre','Athens, GA','Tuesday','5/7/2024','7:30 PM','5897076','The-Book-Of-Mormon-5-7-2024'],['New York City Ballet: Classic NYCB II','David H. Koch Theater','New York, NY','Wednesday','5/8/2024','7:30 PM','5687832','New-York-City-Ballet--Classic-NYCB-II-5-8-2024'],['New York City Ballet: Classic NYCB II','David H. Koch Theater','New York, NY','Thursday','5/9/2024','7:30 PM','5687833','New-York-City-Ballet--Classic-NYCB-II-5-9-2024'],['Next Generation Ballet: Giselle','Ferguson Hall - The Straz Center','Tampa, FL','Saturday','5/11/2024','2:00 PM','6004041','Next-Generation-Ballet--Giselle-5-11-2024'],['Next Generation Ballet: Giselle','Ferguson Hall - The Straz Center','Tampa, FL','Saturday','5/11/2024','7:00 PM','6004042','Next-Generation-Ballet--Giselle-5-11-2024'],['Bonnie Raitt','Classic Center Theatre','Athens, GA','Saturday','5/11/2024','7:30 PM','5441016','Bonnie-Raitt-5-11-2024'],['New York City Ballet: Classic NYCB II','David H. Koch Theater','New York, NY','Saturday','5/11/2024','8:00 PM','5687834','New-York-City-Ballet--Classic-NYCB-II-5-11-2024'],['Next Generation Ballet: Giselle','Ferguson Hall - The Straz Center','Tampa, FL','Sunday','5/12/2024','2:00 PM','6004043','Next-Generation-Ballet--Giselle-5-12-2024'],['New York City Ballet: Classic NYCB I','David H. Koch Theater','New York, NY','Thursday','5/16/2024','7:30 PM','5687791','New-York-City-Ballet--Classic-NYCB-I-5-16-2024'],['New York City Ballet: Classic NYCB II','David H. Koch Theater','New York, NY','Saturday','5/18/2024','2:00 PM','5687835','New-York-City-Ballet--Classic-NYCB-II-5-18-2024'],['Raydean Acevedo Colorado Ballet Academy: Giselle','Ellie Caulkins Opera House','Denver, CO','Saturday','5/25/2024','1:00 PM','6322860','Raydean-Acevedo-Colorado-Ballet-Academy--Giselle-5-25-2024'],['Raydean Acevedo Colorado Ballet Academy: Giselle','Ellie Caulkins Opera House','Denver, CO','Saturday','5/25/2024','6:00 PM','6322861','Raydean-Acevedo-Colorado-Ballet-Academy--Giselle-5-25-2024'],['New York City Ballet: Classic NYCB II','David H. Koch Theater','New York, NY','Sunday','5/26/2024','3:00 PM','5687836','New-York-City-Ballet--Classic-NYCB-II-5-26-2024'],['Classic Albums Live Tribute Show: The Music of Woodstock','Youkey Theatre - RP Funding Center','Lakeland, FL','Wednesday','11/19/2070','8:00 PM','4425592','Classic-Albums-Live-Tribute-Show--The-Music-of-Woodstock-11-19-2070']],'Classic Center Theatre','http://www.ticketnetwork.com/ticket/Classic-Center-Theatre-events.aspx');